home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xarchie-2.0.9 / perrmesg.c < prev    next >
C/C++ Source or Header  |  1995-06-18  |  9KB  |  196 lines

  1. /*
  2.  * Copyright (c) 1989, 1990, 1991 by the University of Washington
  3.  *
  4.  * For copying and distribution information, please see the file
  5.  * <copyright.h>.
  6.  */
  7.  
  8. #include <copyright.h>
  9. #include <perrno.h>
  10. #include <stdio.h>
  11.  
  12. /* This file and perrno.h should always be updated simultaneously */
  13.  
  14. int    perrno = 0;
  15. int    pwarn = 0;
  16. char    p_err_string[P_ERR_STRING_SZ];
  17. char    p_warn_string[P_ERR_STRING_SZ];
  18.  
  19. char    *p_err_text[256] = {
  20.     /*   0 */ "Success (prospero)",
  21.     /*   1 */ "Port unknown (dirsend)",
  22.     /*   2 */ "Can't open local UDP port (dirsend)",
  23.     /*   3 */ "Can't resolve hostname (dirsend)",
  24.     /*   4 */ "Unable to send entire message (dirsend)",
  25.     /*   5 */ "Timed out (dirsend)",
  26.     /*   6 */ "Recvfrom failed (dirsend)",
  27.     /*   7 */ "",    /*   8 */ "",    /*   9 */ "",    /*  10 */ "",
  28.     /*  11 */ "Sendto failed (reply)",
  29.     /*  12 */ "",    /*  13 */ "",    /*  14 */ "",    /*  15 */ "",
  30.     /*  16 */ "",    /*  17 */ "",    /*  18 */ "",    /*  19 */ "",
  31.     /*  20 */ "",
  32.     /*  21 */ "Link already exists (vl_insert)",
  33.     /*  22 */ "Link with same name already exists (vl_insert)",
  34.     /*  23 */ "",    /*  24 */ "",
  35.     /*  25 */ "Link already exists (ul_insert)",
  36.     /*  26 */ "Replacing existing link (ul_insert)",
  37.     /*  27 */ "Previous entry not found in dir->ulinks (ul_insert)",
  38.     /*  28 */ "",    /*  29 */ "",    /*  30 */ "",    /*  31 */ "",
  39.     /*  32 */ "",    /*  33 */ "",    /*  34 */ "",    /*  35 */ "",
  40.     /*  36 */ "",    /*  37 */ "",    /*  38 */ "",    /*  39 */ "",
  41.     /*  40 */ "",
  42.     /*  41 */ "Temporary not found (rd_vdir)",
  43.     /*  42 */ "Namespace not closed with object (rd_vdir)",
  44.     /*  43 */ "Alias for namespace not defined (rd_vdir)",
  45.     /*  44 */ "Specified namespace not found (rd_vdir)",
  46.     /*  45 */ "",    /*  46 */ "",    /*  47 */ "",    /*  48 */ "",
  47.     /*  49 */ "",    /*  50 */ "",
  48.     /*  51 */ "File access method not supported (pfs_access)",
  49.     /*  52 */ "",    /*  53 */ "",    /*  54 */ "",
  50.     /*  55 */ "Pointer to cached copy - delete on close (pmap_cache)",
  51.     /*  56 */ "Unable to retrieve file (pmap_cache)",
  52.     /*  57 */ "",    /*  58 */ "",    /*  59 */ "",    /*  60 */ "",
  53.     /*  61 */ "Directory already exists (mk_vdir)",
  54.     /*  62 */ "Link with same name already exists (mk_vdir)",
  55.     /*  63 */ "",    /*  64 */ "",
  56.     /*  65 */ "Not a virtual system (vfsetenv)",
  57.     /*  66 */ "Can't find directory (vfsetenv)",
  58.     /*  67 */ "",    /*  68 */ "",    /*  69 */ "",    /*  70 */ "",
  59.     /*  71 */ "Link already exists (add_vlink)",
  60.     /*  72 */ "Link with same name already exists (add_vlink)",
  61.     /*  73 */ "",    /*  74 */ "",    /*  75 */ "",    /*  76 */ "",
  62.     /*  77 */ "",    /*  78 */ "",    /*  79 */ "",    /*  80 */ "",
  63.     /*  81 */ "",    /*  82 */ "",    /*  83 */ "",    /*  84 */ "",
  64.     /*  85 */ "",    /*  86 */ "",    /*  87 */ "",    /*  88 */ "",
  65.     /*  89 */ "",    /*  90 */ "",    /*  91 */ "",    /*  92 */ "",
  66.     /*  93 */ "",    /*  94 */ "",    /*  95 */ "",    /*  96 */ "",
  67.     /*  97 */ "",    /*  98 */ "",    /*  99 */ "",    /* 100 */ "",
  68.     /* 101 */ "",    /* 102 */ "",    /* 103 */ "",    /* 104 */ "",
  69.     /* 105 */ "",    /* 106 */ "",    /* 107 */ "",    /* 108 */ "",
  70.     /* 109 */ "",    /* 110 */ "",    /* 111 */ "",    /* 112 */ "",
  71.     /* 113 */ "",    /* 114 */ "",    /* 115 */ "",    /* 116 */ "",
  72.     /* 117 */ "",    /* 118 */ "",    /* 119 */ "",    /* 120 */ "",
  73.     /* 121 */ "",    /* 122 */ "",    /* 123 */ "",    /* 124 */ "",
  74.     /* 125 */ "",    /* 126 */ "",    /* 127 */ "",    /* 128 */ "",
  75.     /* 129 */ "",    /* 130 */ "",    /* 131 */ "",    /* 132 */ "",
  76.     /* 133 */ "",    /* 134 */ "",    /* 135 */ "",    /* 136 */ "",
  77.     /* 137 */ "",    /* 138 */ "",    /* 139 */ "",    /* 140 */ "",
  78.     /* 141 */ "",    /* 142 */ "",    /* 143 */ "",    /* 144 */ "",
  79.     /* 145 */ "",    /* 146 */ "",    /* 147 */ "",    /* 148 */ "",
  80.     /* 149 */ "",    /* 150 */ "",    /* 151 */ "",    /* 152 */ "",
  81.     /* 153 */ "",    /* 154 */ "",    /* 155 */ "",    /* 156 */ "",
  82.     /* 157 */ "",    /* 158 */ "",    /* 159 */ "",    /* 160 */ "",
  83.     /* 161 */ "",    /* 162 */ "",    /* 163 */ "",    /* 164 */ "",
  84.     /* 165 */ "",    /* 166 */ "",    /* 167 */ "",    /* 168 */ "",
  85.     /* 169 */ "",    /* 170 */ "",    /* 171 */ "",    /* 172 */ "",
  86.     /* 173 */ "",    /* 174 */ "",    /* 175 */ "",    /* 176 */ "",
  87.     /* 177 */ "",    /* 178 */ "",    /* 179 */ "",    /* 180 */ "",
  88.     /* 181 */ "",    /* 182 */ "",    /* 183 */ "",    /* 184 */ "",
  89.     /* 185 */ "",    /* 186 */ "",    /* 187 */ "",    /* 188 */ "",
  90.     /* 189 */ "",    /* 190 */ "",    /* 191 */ "",    /* 192 */ "",
  91.     /* 193 */ "",    /* 194 */ "",    /* 195 */ "",    /* 196 */ "",
  92.     /* 197 */ "",    /* 198 */ "",    /* 199 */ "",    /* 200 */ "",
  93.     /* 201 */ "",    /* 202 */ "",    /* 203 */ "",    /* 204 */ "",
  94.     /* 205 */ "",    /* 206 */ "",    /* 207 */ "",    /* 208 */ "",
  95.     /* 209 */ "",    /* 210 */ "",    /* 211 */ "",    /* 212 */ "",
  96.     /* 213 */ "",    /* 214 */ "",    /* 215 */ "",    /* 216 */ "",
  97.     /* 217 */ "",    /* 218 */ "",    /* 219 */ "",    /* 220 */ "",
  98.     /* 221 */ "",    /* 222 */ "",    /* 223 */ "",    /* 224 */ "",
  99.     /* 225 */ "",    /* 226 */ "",    /* 227 */ "",    /* 228 */ "",
  100.     /* 229 */ "",
  101.     /* 230 */ "File not found (prospero)",
  102.     /* 231 */ "Directory not found (prospero)",
  103.     /* 232 */ "Symbolic links nested too deep (prospero)",
  104.     /* 233 */ "Environment not initialized - source vfsetup.source then run vfsetup",
  105.     /* 234 */ "Can't traverse an external file (prospero)",
  106.     /* 235 */ "Forwarding chain is too long (prospero)",
  107.     /* 236 */ "",    /* 237 */ "",    /* 238 */ "",    /* 239 */ "",
  108.     /* 240 */ "",    /* 241 */ "",
  109.     /* 242 */ "Authentication required (prospero server)",
  110.     /* 243 */ "Not authorized (prospero server)",
  111.     /* 244 */ "Not found (prospero server)",
  112.     /* 245 */ "Bad version number (prospero server)",
  113.     /* 246 */ "Not a directory (prospero server)",
  114.     /* 247 */ "Already exists (prospero server)",
  115.     /* 248 */ "Link with same name already exists (prospero server)",
  116.     /* 249 */ "",    /* 250 */ "",
  117.     /* 251 */ "Command not implemented on server (dirsrv)",
  118.     /* 252 */ "Bad format for response (dirsrv)",
  119.     /* 253 */ "Protocol error (prospero server)",
  120.     /* 254 */ "Unspecified server failure (prospero server)",
  121.     /* 255 */ "Generic Failure (prospero)"};
  122.  
  123. char    *p_warn_text[256] = {
  124.     /*   0 */ "No warning",
  125.     /*   1 */ "You are using an old version of this program",
  126.     /*   2 */ "From server",
  127.     /*   3 */ "Unrecognized line in response from server",
  128.   /* 4-254 */ "", "", "", "", "", "", "", "", "", "", "", "", "",
  129.   "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  130.   "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  131.   "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  132.   "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  133.   "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  134.   "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  135.   "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  136.   "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  137.   "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  138.   "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  139.   "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  140.   "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  141.   "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  142.   "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  143.     /* 255 */ ""};
  144.  
  145. #ifndef ARCHIE
  146. perrmesg(prefix,no,text)
  147.     char    *prefix;
  148.     int        no;
  149.     char    *text;
  150.     {
  151.     fprintf(stderr,"%s%s%s%s\n", (prefix ? prefix : ""),
  152.         (no ? p_err_text[no] : p_err_text[perrno]),
  153.         ((text ? (*text ? " - " : "") : 
  154.           (!no && *p_err_string ? " - " : ""))),
  155.         (text ? text : (no ? "" : p_err_string)));
  156.     }
  157.  
  158. sperrmesg(buf,prefix,no,text)
  159.     char    *buf;
  160.     char    *prefix;
  161.     int        no;
  162.     char    *text;
  163.     {
  164.     sprintf(buf,"%s%s%s%s\n", (prefix ? prefix : ""),
  165.         (no ? p_err_text[no] : p_err_text[perrno]),
  166.         ((text ? (*text ? " - " : "") : 
  167.           (!no && *p_err_string ? " - " : ""))),
  168.         (text ? text : (no ? "" : p_err_string)));
  169.     }
  170.  
  171. pwarnmesg(prefix,no,text)
  172.     char    *prefix;
  173.     int        no;
  174.     char    *text;
  175.     {
  176.     fprintf(stderr,"%s%s%s%s\n", (prefix ? prefix : ""),
  177.         (no ? p_warn_text[no] : p_warn_text[pwarn]),
  178.         ((text ? (*text ? " - " : "") : 
  179.           (!no && *p_warn_string ? " - " : ""))),
  180.         (text ? text : (no ? "" : p_warn_string)));
  181.     }
  182.  
  183. spwarnmesg(buf,prefix,no,text)
  184.     char    *buf;
  185.     char    *prefix;
  186.     int        no;
  187.     char    *text;
  188.     {
  189.     sprintf(buf,"%s%s%s%s\n", (prefix ? prefix : ""),
  190.         (no ? p_warn_text[no] : p_warn_text[pwarn]),
  191.         ((text ? (*text ? " - " : "") : 
  192.           (!no && *p_warn_string ? " - " : ""))),
  193.         (text ? text : (no ? "" : p_warn_string)));
  194.     }
  195. #endif
  196.